Skip to content

fix(#65): move deploy/docker-compose.yml to repo root - #66

Merged
telleroutlook merged 1 commit into
mainfrom
fix/issue-65-move-docker-compose-to-root
Jul 29, 2026
Merged

fix(#65): move deploy/docker-compose.yml to repo root#66
telleroutlook merged 1 commit into
mainfrom
fix/issue-65-move-docker-compose-to-root

Conversation

@telleroutlook

Copy link
Copy Markdown
Contributor

Summary

Move deploy/docker-compose.yml to the repository root so that docker compose up works without specifying a file path.

Changes

  • Rename deploy/docker-compose.ymldocker-compose.yml (repo root)
  • Fix build context in docker-compose.yml from context: .. to context: . (file is now at root)
  • Update Dockerfile comment referencing the old path
  • Update bench/load-test-infra.mddocker compose -f deploy/docker-compose.yml updocker compose up
  • Update docs/15-milestones.md milestone references

Verification

  • go build ./...
  • go test -short -timeout 120s ./...
  • golangci-lint run ✅ (0 issues)
  • Schema sync check ✅
  • git status --short shows only issue-related files

Fixes #65

Move docker-compose.yml from deploy/ to the repository root so that
 works without specifying a file path.

Changes:
- Rename deploy/docker-compose.yml → docker-compose.yml
- Fix build context from  to  (file is now at root)
- Update Dockerfile comment referencing the file
- Update bench/load-test-infra.md command from
  to bare
- Update docs/15-milestones.md milestone references

Fixes #65
@telleroutlook
telleroutlook merged commit 2078b29 into main Jul 29, 2026
@telleroutlook
telleroutlook deleted the fix/issue-65-move-docker-compose-to-root branch July 29, 2026 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix WasmAgent/symkernel#64 ([Milestone 1] Docker setup: Create Dockerfile and docker-compose configuration for symkernel

1 participant